Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications
Modifying the attribute list
An attribute list defines a set of name/value pairs that apply to a specific Web object executing on the agent.
WebSpeed makes intensive use of the attribute list for each Web object to record critical information, such as the transaction state of the Web object. WebSpeed provides the set-attribute-list and get-attribute method procedures to access these lists.
Most WebSpeed access of these lists is hidden by other method procedures and API functions, such as setWebState. However, you can also set and retrieve your own Web object attributes using the set-attribute-list and get-attribute procedures. For more information, see the definition for these method procedures in
Caution: Do not modify the WebSpeedinstall-path/src/web/method/admweb.i. Also see the AppBuilder online help for syntax information.Web-StateorTimeout-Periodattributes directly usingset-attribute-list, unless otherwise directed. The agent control program relies on these settings to provide orderly support for Web object execution and control. For an example of a supported use of set-attribute-list, see the "Handling state-aware time-outs" section.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |